projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
006d09c
)
sox_ng: Remove (lib)speex un-expected inclusion by discovery
author
Ted Hess
<
[email protected]
>
Wed, 18 Jun 2025 23:57:30 +0000
(19:57 -0400)
committer
Josef Schlehofer
<
[email protected]
>
Fri, 18 Jul 2025 09:40:03 +0000
(11:40 +0200)
Building sox_ng under certain environments inadvertantly tries to include Speex code.
This patch forces sox_ng to build without Speex codec references.
Signed-off-by: Ted Hess <
[email protected]
>
(cherry picked from commit
2521e8cf86fa7ec0102eaab3b713ec05f9b3174d
)
sound/sox_ng/Makefile
patch
|
blob
|
history
diff --git
a/sound/sox_ng/Makefile
b/sound/sox_ng/Makefile
index 7bd1559c939403229e0b032d219f2ba287d7b78d..3ad9497eb503bd5ff93285388d4eaf4ebb4f358f 100644
(file)
--- a/
sound/sox_ng/Makefile
+++ b/
sound/sox_ng/Makefile
@@
-46,6
+46,7
@@
CONFIGURE_ARGS += \
--without-libltdl \
--with-flac \
--without-ladspa \
+ --without-speexdsp \
--without-png \
--without-sndfile \
--with-opus \